[INFO] fetching crate function-compose-proc-macros 0.3.1...
[INFO] fixing function-compose-proc-macros-0.3.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate function-compose-proc-macros 0.3.1 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate function-compose-proc-macros 0.3.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate function-compose-proc-macros 0.3.1
[INFO] tweaked toml for crates.io crate function-compose-proc-macros 0.3.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate function-compose-proc-macros 0.3.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate function-compose-proc-macros 0.3.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded retry v2.1.0
[INFO] [stderr]   Downloaded tokio-retry v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] aa6d6c5b4c94e4aaf556db2702ef6cae76a24331632ab2b92cd15086c38f6d0c
[INFO] running `Command { std: "docker" "start" "aa6d6c5b4c94e4aaf556db2702ef6cae76a24331632ab2b92cd15086c38f6d0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aa6d6c5b4c94e4aaf556db2702ef6cae76a24331632ab2b92cd15086c38f6d0c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa6d6c5b4c94e4aaf556db2702ef6cae76a24331632ab2b92cd15086c38f6d0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aa6d6c5b4c94e4aaf556db2702ef6cae76a24331632ab2b92cd15086c38f6d0c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]     Checking syn v2.0.111
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking retry v2.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling tokio-retry v0.3.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking function-compose-proc-macros v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `function_compose`
[INFO] [stdout]  --> tests/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use function_compose::composeable;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `function_compose`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `function_compose`, use `cargo add function_compose` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `fn_composer__retry_add_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     let _retry_fn = fn_composer__retry_add_retryable;
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `fn_composer__retry_add_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:73:21
[INFO] [stdout]    |
[INFO] [stdout] 73 |     let _retry_fn = fn_composer__retry_add_retryable;
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `fn_composer__retry_add_async` in this scope
[INFO] [stdout]   --> tests/mod.rs:85:21
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let _retry_fn = fn_composer__retry_add_async;
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `fn_composer__retry_add_async_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:97:21
[INFO] [stdout]    |
[INFO] [stdout] 97 |     let _retry_fn = fn_composer__retry_add_async_retryable;
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `retry::delay::*`
[INFO] [stdout]  --> tests/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use retry::delay::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__lifted_fn_add_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:57:22
[INFO] [stdout]    |
[INFO] [stdout] 57 |     let lifted_add = fn_composer__lifted_fn_add_retryable(add_retryable);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__is_async_add_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:59:24
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let is_add_async = fn_composer__is_async_add_retryable();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__is_retryable_add_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:60:24
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let is_retryable = fn_composer__is_retryable_add_retryable();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__lifted_fn_add_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:69:22
[INFO] [stdout]    |
[INFO] [stdout] 69 |     let lifted_add = fn_composer__lifted_fn_add_retryable(add);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__is_async_add` in this scope
[INFO] [stdout]   --> tests/mod.rs:71:24
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let is_add_async = fn_composer__is_async_add();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__is_retryable_add` in this scope
[INFO] [stdout]   --> tests/mod.rs:72:24
[INFO] [stdout]    |
[INFO] [stdout] 72 |     let is_retryable = fn_composer__is_retryable_add();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__lifted_fn_add_async` in this scope
[INFO] [stdout]   --> tests/mod.rs:81:23
[INFO] [stdout]    |
[INFO] [stdout] 81 |     let _lifted_add = fn_composer__lifted_fn_add_async(add_async);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__is_async_add_async` in this scope
[INFO] [stdout]   --> tests/mod.rs:83:24
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let is_add_async = fn_composer__is_async_add_async();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__is_retryable_add_async` in this scope
[INFO] [stdout]   --> tests/mod.rs:84:24
[INFO] [stdout]    |
[INFO] [stdout] 84 |     let is_retryable = fn_composer__is_retryable_add_async();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__lifted_fn_add_async_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:92:23
[INFO] [stdout]    |
[INFO] [stdout] 92 |     let _lifted_add = fn_composer__lifted_fn_add_async_retryable(add_async_retryable);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__is_async_add_async_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:94:24
[INFO] [stdout]    |
[INFO] [stdout] 94 |     let is_add_async = fn_composer__is_async_add_async_retryable();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__is_retryable_add_async_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:95:24
[INFO] [stdout]    |
[INFO] [stdout] 95 |     let is_retryable = fn_composer__is_retryable_add_async_retryable();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `function-compose-proc-macros` (test "mod") due to 17 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "aa6d6c5b4c94e4aaf556db2702ef6cae76a24331632ab2b92cd15086c38f6d0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa6d6c5b4c94e4aaf556db2702ef6cae76a24331632ab2b92cd15086c38f6d0c", kill_on_drop: false }`
[INFO] [stdout] aa6d6c5b4c94e4aaf556db2702ef6cae76a24331632ab2b92cd15086c38f6d0c
